ValueOrBuilder

interface ValueOrBuilder : GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType, BuilderType>

Inheritors

Functions

Link copied to clipboard
abstract fun getBoolValue(): Boolean
optional bool bool_value = 7;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
abstract fun getDoubleValue(): Double
optional double double_value = 3;
Link copied to clipboard
abstract fun <Type> getExtension(extension: ExtensionLite<MessageType, Type>): Type
Link copied to clipboard
abstract fun <Type> getExtensionCount(extension: ExtensionLite<MessageType, List<Type>>): Int
Link copied to clipboard
abstract fun getFloatValue(): Float
optional float float_value = 2;
Link copied to clipboard
abstract fun getIntValue(): Long
optional int64 int_value = 4;
Link copied to clipboard
abstract fun getSintValue(): Long
optional sint64 sint_value = 6;
Link copied to clipboard
abstract fun getStringValue(): String
Exactly one of these values must be present in a valid message
optional string string_value = 1;
Link copied to clipboard
abstract fun getStringValueBytes(): ByteString
Exactly one of these values must be present in a valid message
optional string string_value = 1;
Link copied to clipboard
abstract fun getUintValue(): Long
optional uint64 uint_value = 5;
Link copied to clipboard
abstract fun hasBoolValue(): Boolean
optional bool bool_value = 7;
Link copied to clipboard
abstract fun hasDoubleValue(): Boolean
optional double double_value = 3;
Link copied to clipboard
abstract fun <Type> hasExtension(extension: ExtensionLite<MessageType, Type>): Boolean
Link copied to clipboard
abstract fun hasFloatValue(): Boolean
optional float float_value = 2;
Link copied to clipboard
abstract fun hasIntValue(): Boolean
optional int64 int_value = 4;
Link copied to clipboard
abstract fun hasSintValue(): Boolean
optional sint64 sint_value = 6;
Link copied to clipboard
abstract fun hasStringValue(): Boolean
Exactly one of these values must be present in a valid message
optional string string_value = 1;
Link copied to clipboard
abstract fun hasUintValue(): Boolean
optional uint64 uint_value = 5;
Link copied to clipboard
abstract fun isInitialized(): Boolean